func runtime.noteclear
12 uses
runtime (current package)
lock_futex.go#L135: func noteclear(n *note) {
mgc.go#L1222: noteclear(&work.bgMarkReady)
proc.go#L1400: noteclear(&sched.stopnote)
proc.go#L1633: noteclear(&gp.m.park)
proc.go#L1820: noteclear(&sched.safePointNote)
proc.go#L2512: noteclear(&newmHandoff.wake)
proc.go#L5576: noteclear(&sched.sysmonnote)
profbuf.go#L502: noteclear(&b.wait)
rwmutex.go#L55: noteclear(&m.park)
rwmutex.go#L96: noteclear(&m.park)
sigqueue.go#L153: noteclear(&sig.note)
sigqueue.go#L207: noteclear(&sig.note)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |